Finds items with the specified key value.
Namespace:
C1.LiveLinq.Indexing.SearchAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
| C# |
|---|
IndexQuery<T, TKey> Find( TKey key ) |
| Visual Basic |
|---|
Function Find ( _ key As TKey _ ) As IndexQuery(Of T, TKey) |
Parameters
- key
- Type: TKey
The key value to search for.